//==============================================================================
// Fork_anim.txt
//==============================================================================

//==============================================================================
define fork
{
    TechLogic none/TG Ankh Lvl 2
	set hotspot
    {
	    version
		{
			Visual jimmy
		}
	}
	set hotspot
    {
	    version
		{
			Visualparticle TG Fork SFX Large Damage Death
		}
	}
}

//==============================================================================
define forkshadow
{
    TechLogic none/TG Ankh Lvl 2
	set hotspot
    {
	    version
		{
			Visual jimmy
		}
	}
    set hotspot
    {
	    version
		{
			Visualparticle TG Fork SFX Shadow Large Damage Death
		}
	}
}

//==============================================================================
anim Idle
{
    SetSelector
    {
        set hotspot
        {
            version
            {
		        Visual jimmy
			    connect attachpoint fork hotspot
				connect attachpoint forkshadow hotspot
            }
        }
    }
}

//==============================================================================
anim Death
{
    SetSelector
    {
        set hotspot
        {
            version
            {
		        Visual jimmy
		        connect attachpoint fork hotspot
				connect attachpoint forkshadow hotspot
		        length 0.3
            }
        }
    }
}